flip
Check options and parameters of flip method
A "flip filter" in image processing refers to a transformation that horizontally or vertically flips an image. This operation is also known as a "mirror" operation. Flipping an image horizontally means reversing the order of pixels in each row, while flipping vertically means reversing the order of pixels in each column.


Parameters and default values
options
Options
Option | Default value |
---|---|
axis | horizontal |
out | - |